home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-02-26 | 273 b | 16 lines | [TEXT/KAHL] |
- // Simple framework for Macintosh sample code
- //
- // Nick Thompson, DEVSUPPORT
- //
- // This file contains the trap detection related headers for the framework.
- //
- // 9/16/94 nick first cut
-
-
- #ifndef _TRAPS_H_
- #define _TRAPS_H_
-
- Boolean TrapAvailable(short theTrap) ;
-
- #endif
-